Namespace List

Types

Link copied to clipboard

Functions

Link copied to clipboard
function _get_list_types(attr: attribute): (K: attribute, V: attribute, I: attribute)
Link copied to clipboard
function _index_of(instance: instance, attribute: attribute, value: gtv): integer
Link copied to clipboard
function add_element(instance: instance, attribute_name: I, element: gtv)
Link copied to clipboard
function add_elements(instance: instance, attribute_name: I, elements: gtv)
Link copied to clipboard
function contains(instance: instance, attribute_name: I, value: gtv): boolean
Link copied to clipboard
function contains_all(instance: instance, attribute_name: I, values: gtv): boolean
Link copied to clipboard
function create_elements(instance: instance, attribute_name: I, elements: gtv)
Link copied to clipboard
function create_type(attribute: attribute, value_type: type)
Link copied to clipboard
function fetch_range_from(attribute: attribute, value: gtv, from: rowid): list<instance>
Link copied to clipboard
function get(instance: instance, attribute_name: I, idx: integer): gtv
Link copied to clipboard
function get_value_as_text(instance: instance, attribute_name: I): text
Link copied to clipboard
function is_empty(instance: instance, attribute_name: I): boolean
Link copied to clipboard
function remove_element(instance: instance, attribute_name: I, element: gtv)
Link copied to clipboard
function remove_elements(instance: instance, attribute_name: I): gtv
Link copied to clipboard
function set_elements(instance: instance, attribute_name: I, elements: gtv)
Link copied to clipboard
function sizeof(instance: instance, attribute_name: I): integer
Link copied to clipboard
function T(inner_type: type, value: gtv?): attribute_type
Link copied to clipboard
function unpack(instance: instance, attribute_name: I): (type: type, values: gtv)?
Link copied to clipboard
function unpack_by_attribute(instance: instance, attribute: attribute): (type: type, values: gtv)?
Link copied to clipboard
function update_elements(instance: instance, attribute_name: I, elements: gtv)